@charset "gb2312";



*{	font-family: "Microsoft YaHei", serif; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;}


body {
	margin-top: 0px;
	background-color: #c7ccd4;
}
/*Misc styling*/

h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
	padding: 0px;
	margin: 0px;
	display: inline;
}
h2 {
	font-size: 16px;
	display: block;
}
h3 {
	font-size: 20px;
	display: block;
}
h4 {
	font-size: 24px;
	display: block;
}
h5 {
	font-size: 28px;
	display: block;
}
p {
	
	font-size: 14px;
	color: #3e3e3e;
	padding-right: 0px;
	padding-top: 20px;
}
a {color:#000; }
.left-article {
	line-height:1.5em; font-size:12px;
	
}
.left-article p, .left-article div {font-size:12px;}
.left-article img {  }
.left-article h1 { font-size:16px; border-bottom:1px solid #aaa; margin-bottom:20px; padding-bottom:10px; display:block; }
.left-article .area { border-bottom:1px solid #aaa; display:block;  padding-bottom:20px; float:none; clear:both; }
.area img { width: 100%; margin-bottom:5px;  } 
.left-article .prenext { padding:5px 5px; background:#BDC4CE; }
.left-article .prenext .pre { float:left;  }
.left-article .prenext .next { float:right; }

.sidebar hr { display:block; padding:0; border:0; margin:5px 0; }

.clear {
	clear: both;
}
/*End of misc styling*/

/*Wrapper*/

#wrapper {
	width: 940px;

	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	transform:scale(1.25);transform-origin: center top;
				-webkit-transform: scale(1.25);     /* for Chrome || Safari */
            -moz-transform: scale(1.25);        /* for Firefox */
            -ms-transform: scale(1.25);         /* for IE */
            -o-transform: scale(1.25);          /* for Opera */
}
/*Topbar*/

#topbar {
	background-image: url(../images/topbar.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 60px;
	width: 940px;
	position:relative;
	margin:10px auto auto auto;
/*transform:scale(1.25);transform-origin: center top;
				-webkit-transform: scale(1.25);     /* for Chrome || Safari */
            -moz-transform: scale(1.25);        /* for Firefox */
            -ms-transform: scale(1.25);         /* for IE */
            -o-transform: scale(1.25);          /* for Opera */	
*/
}
#topbar .logo {
	position:absolute;
	width:140px;
	left:8px;
	bottom:-1px;
}
/*Menu*/
.menu {
	position:absolute;
	width:100%;
	left:183px;
	top:12px;
}

/*End of menu*/
#topbar #secnav {
	position:absolute;
	top: 18px;
	font-size: 18px;
	right:20px;
	text-align: right;
	/*width:142px;*/
}
#topbar #secnav a {
	display: block;
	font-family:"Times New Roman", "Microsoft YaHei", STXihei, serif;
	font-size: 1.2rem;
	font-weight: bold;
	color: #d56528;
	text-decoration:none;
	text-transform:uppercase;
}
#topbar #secnav a:hover {

	color: #c5c5c5;

}

/*End of topbar*/

.index_wrap{ margin-top: 400px; }

#index-topbar { width: 100%; background: rgba(0, 0, 0, .6); text-align: center; padding-top: 10px; padding-bottom: 5px;  }


.top-img {position: relative; overflow: hidden; display: none; }

.top-video { position: absolute; z-index: -1; width: 100%; height: 500px; overflow: hidden; text-align: center; 
-webkit-filter:brightness(.6);
-o-filter:brightness(.6);
-moz-filter:brightness(.6);
filter:brightness(.6);}
.top-video-bg{ position: absolute;z-index: 3; width: 100%; height: 100%; background: url('../images/bg_dot.png'); vertical-align: center;}
.top-video-bg h1 { font-size: 40px; font-family: 黑体; color: #fff; margin: auto; margin-top: 200px;    display: block;  text-align: center; word-spacing: 1em;
	/*filter: brightness(2);-webkit-filter: brightness(2); */
/*animation: anm_index_text 5s; animation-iteration-count: infinite; -webkit-animation-iteration-count:infinite; animation-direction: alternate;-webkit-animation-direction:alternate;
-moz-animation: anm_index_text 5s;	
-webkit-animation: anm_index_text 5s;	
-o-animation: anm_index_text 5s;	*/ }

/*首页文字动画*/
@keyframes anm_index_text
{
0%   {filter: brightness(1);  transform:scale(1)}
100% {filter: brightness(1.8);  transform:scale(1.2) }
}

@-moz-keyframes anm_index_text
{
0%   {  -moz-filter: brightness(1);  -moz-transform:scale(1)}
100% {  -moz-filter: brightness(1.8);  -moz-transform:scale(1.2) }
}

@-webkit-keyframes anm_index_text 
{
0%   {-webkit-filter: brightness(1);   -webkit-transform:scale(1)}
100% {-webkit-filter: brightness(1.8); -webkit-transform:scale(1.2) }
}

@-o-keyframes anm_index_text 
{
0%   {-o-filter: brightness(1);  -o-transform:scale(1)}
100% {-o-filter: brightness(1.8);  -o-transform:scale(1.2) }
}


.top-video video {   
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: fill;
  z-index: -2;
}

/*Featured Item*/
.new {
	position: absolute;
	top: -3px;
	right: 0px;
}


/*End of featured item*/

/*Category*/

#categorywrap p, #categorywrap-blog p {
	padding: 10px 0px 0 5px;
	font-size:12px;
	line-height:1.5em;
}
#categorywrap {
	background-image:url(../images/bgbody.jpg);
	background-repeat: no-repeat;
	margin: 0px 0 30px 0;
	padding: 20px 0px 30px 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #b3b4b7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
#categorywrap-blog {
	margin: 0 0 30px 0;
	padding: 30px 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}

#categorywrap a, #categorywrap-blog a {
	font-family: "Times New Roman", "Microsoft YaHei", STXihei, serif;
	font-weight: bold;
	/*font-size: 12px;*/
	color: #d56528;
	/*display: inline;*/
	text-decoration: none;
}
#categorywrap a:hover, #categorywrap-blog a:hover {
	color: #333333;
}

#categorywrap-blog a{
	padding-left: 0px;
	margin-bottom: 10px;
	margin: 0px;
}

#categorywrap .view-all, #categorywrap-blog .view-all {
	/*background-image: url(../images/viewall.png);*/
	background-repeat: no-repeat;
	height: 39px;
	width: 300px;
	position:absolute;
	bottom: 0px;
	left:0;
}
#categorywrap .view-all a, #categorywrap-blog .view-all a {
	display: block;
	height: 39px;
	width: 300px;
	line-height: 38px;
	text-align: center;
	padding: 0px;
	font-weight:normal;
	background: rgba(0,0,0,0.65);
}
#categorywrap .view-all a:hover, #categorywrap-blog .view-all a:hover {
	color: white;
	font-weight:normal;
}

.category strong { font-family:; }

.category {
	float: left;
	width: 32%;
	font-size:14px;
}

.category-left,.category-right{

}

.category-middle {
	margin: 0 2% 0 2%;
}

.category-left strong a {font-size:14px; text-align:left; display:block;}
.category-middle strong a {font-size:14px; text-align:center; display:block;}
.category-right strong a {font-size:14px; text-align:right; display:block;}

.category .header {
	text-decoration: none;
}



#category-picture1 {
/*	background-image: url(../images/ysgg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height: 170px;
	width: 300px;*/
	margin-top: 10px;
	position:relative;
	overflow:hidden;
}
#category-picture2 {
/*	background-image: url(../images/jzmy.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height: 170px;
	width: 300px;*/
	margin-top: 10px;
	position:relative;
	overflow:hidden;
}
#category-picture3 {
/*	background-image: url(../images/web.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height: 170px;
	width: 300px;*/
	margin-top: 10px;
	position:relative;
	overflow:hidden;
}
#category-picture4 {
	background-image: url(../images/catimage4.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 300px;
	margin-top: 30px;
}
#category-picture5 {
	background-image: url(../images/catimage5.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 300px;
	margin-top: 30px;
}
#category-picture6 {
	background-image: url(../images/catimage6.png);
	background-repeat: no-repeat;
	height: 141px;
	width: 300px;
	margin-top: 30px;
}
/*End of category*/

/*Blog*/


#wrapper .left-article {
	float: left;
	width: 800px;
	padding : 35px 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
.title {
	float: right;
	width: 540px;
	height:50px;
}
.title a {
	text-decoration: none;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	color: #414141;
	font-size: 14px;
	float: left;
}
.title a:hover {
	color: #d56528;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
}
#content .left-article .title .commentbubble {
	background-image: url(../images/commentbubble.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	/*margin-top: 12px;*/
	float: right;
	height: 26px;
	width: 113px;
}
#content .left-article .title .infobubble {
	background-image: url(../images/infobubble.png);
	height: 21px;
	width: 281px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	margin-top: 22px;
	/*float: left;*/
}
#content .left-article .title .commentbubble a {
	font-size: 11px;
	color: #FFFFFF;
}
#content .left-article .title .commentbubble a:hover {
	text-decoration: underline;
}
.left-article .content {
	float: right;
	width: 540px;
}
#content .left-article .content a {
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
	margin-top: 12px;
}
#content {
	/*float: left;*/
	display:;
}


/*Sidebar*/
/*@media screen and (max-width:1900px){
#sidebar{display:none; }
}*/

#sidebar {
	/*float: right;*/
	width: 200px;
	position: fixed;
	top: 150px;
	right: 0%;
	/*margin-left: 520px;*/
	margin-right: -100px;
	/*left: 20px;*/
}
#blogcategory {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
	/*padding: 30px 0 30px 60px;
*padding:30px 0 30px 0px;*/
	margin: 0 0 30px 0px;

}
#blogcategory h1 {font-size: 20px;}
#blogcategory ul { display:block; margin-left:0; margin-right:0; padding:0; }

#sidebar a{	
	font-family: "微软雅黑", STXihei, "", serif;
	font-size:12px;
	color:#888;	
}
#sidebar #blogcategory li a {
	color: #585858;	
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
}
#sidebar #blogcategory li hr { margin:5px 0; }
#sidebar #blogcategory a:hover {
	color: #d56528;
}
#sidebar #sponsors .first {
	margin-top: 20px;
}


#content #sidebar #blogcategory li {
	margin-top: 9px;
}
/*End of sidebar*/

/*End of blog*/

/*End of menu*/

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
	margin-bottom: 30px;
}
#footer {
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-size: 10px;
	color: #959595;
	text-transform:uppercase;
	margin-top: 30px;
}
#footer .info {
	float:left;
	padding: 17px 0 0 20px;
}
#footer .infonav {
	float:right;
	padding: 17px 60px 0 0;
}
#footer a {
	color: #959595;
}
#footer a:hover {
	color: #d56528;
}
/*End of footer*/

#introtext {
	margin: 30px 0 30px 0;
	padding: 0 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
#introtext-contact {
	margin: 30px 0 30px 0;
	padding: 0 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
	width: 666px;
	float: left;
}
#introtext p {
}
#content img {
	/*float: left;*/
	/*padding: 0 20px 20px 0;*/
}
#content .right {
	padding-right: 0px;
}
.subcategory {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b4b7;
	padding-left: 30px;
	float: right;
	width: 200px;
	margin-left: 40px;
}
.subcategory-contact {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b4b7;
	padding-left: 30px;
	float: right;
	width: 200px;
	margin: 30px 0 0 40px;
}
.subcategory li a {
	color: #585858;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.subcategory-contact li a {
	color: #585858;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 2px;
	text-decoration: none;
	padding-top: 10px;
}
.subcategory ul, .subcategory-contact ul {
	margin-top: 10px;
}
.subcategory a:hover, .subcategory-contact a:hover {
	color: #d56528;
}
.portfolioitem ul li {
	display:inline;
	float:left;
width:310px;
	}
.portfolioitem ul li a { display:block; color:#777; padding: 0 15px 12px 15px; font-size:14px; }
.portfolioitem ul li a:hover {  color:#000; }
.portfolioitem ul li a img { border:1px solid #666; padding:0px; width:280px; height:160px;  }
.portfolioitem ul li a p { display: block; margin:8px 0; padding: 0px; padding-bottom:0px; width:280px; height:25px; line-height:25px; white-space: nowrap; /* 禁止文本换行 */overflow: hidden; /* 隐藏超出范围的内容 */text-overflow: ellipsis; /* 使用省略号 */ }
.portfolioitem .last {
	padding-right: 0px;
}
.portfolioitem h2 { padding:5px 0; margin:10px 0; font-size:12px; display:block; border-bottom:1px solid #999; }
.portfolioitem h2  a { color:#333; text-decoration:none; }
.portfolioitem h2  a:hover { color:#F63; }

.name, .email {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
	width: 222px;
}
textarea {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
}
.map {
	float:right;
	padding: 12px 70px 0 0;
}
#contactform {
	width: 666px;
}
.button {
	background-image: url(../images/submitbutton.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 23px;
	border: none;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
}
.contact {
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-size: 10px;
	color: #3e3e3e;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}
#blognav, #portfolionav {
	float:none;
}
#blognav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 50px;
}
#portfolionav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 10px;
}
#blognav ul li a, #portfolionav ul li a {
	display: block;
	width: 44px;
	height: 19px;
	background-image: url(../images/blognav.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-top: 4px;
}
#blognav ul li a:hover, #blognav .on a, #portfolionav ul li a:hover, #portfolionav .on a  {
	background-position: bottom;
}
#blognav .next a, #portfolionav .next a {
	width: 74px;
	background-image: url(../images/blognavnext.png);
}


#last_work { margin:20px 0 0 0; }
#last_work a { display:block; float:left; margin:0px 20px 20px 0; }
#last_work a img { display:block; width:220px; height:120px; padding:0; }

#right_bar { width:220px; float:right; background:#BCC0C7; border:0px solid #ccc; padding-top:20px; }

#news ul {  }
#news a { color:#000; }

#friend_link { font-size:9px; line-height:1.5em; word-spacing:1em; }
#friend_link a { font-size:9px; color:#333; text-decoration: none; }






/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	.z-index: 1;
}

.sf-menu {
	line-height:	1.0;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
}
/*** DEMO SKIN ***/
.sf-menu {
	
	margin-bottom:	1em;
}
.sf-menu a {
	display:block;
	padding: .75em 0.75em;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: #959595;
	text-decoration:none;
	text-transform:uppercase;
}

.sf-menu li {
	float:left;
	display:inline;
}
#wrapper #topbar .menu .sf-menu .last {
background-image:url(../images/dropdownbottom.png);
background-repeat: no-repeat;
background-color: inherit;
background-position:bottom;
}
#wrapper #topbar .menu .sf-menu .first {
background-image:url(../images/dropdowntop.png);
background-repeat: no-repeat;
background-color: inherit;
background-position:top;
}
.sf-menu li li {
	background-color:		#0a0a0a;
}
#topbar #secnav ul li {
	float: left;
	padding: 		.75em .75em;
	background-image:url(../images/menusep.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#wrapper #topbar #secnav .noimg
{

	background-image: none;
}
#topbar #secnav ul {
	margin: 5px 20px 0 0;
}
.menu ul { display:block; }
#wrapper #topbar .menu .sf-menu .on {
	color: #c5c5c5;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #c1c1c1;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;  /*8-bit indexed alpha png. IE6 gets solid image only */
	
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.search_list {}
.search_list .search_title{ margin-top:20px; }
.search_list .search_description p{ color:#666; margin:0px 0; padding:0;}
.search_info{ color:#333; font-size:8px; display:none; }
.search_list .page{ clear:both; padding:10px 0; }
.search_list .page a{ display:block; float:left; margin:5px; border:1px solid #777; padding:0 5px; text-decoration:none; }
.search_list .page a.current { color:#fff; font-weight:bold; background:#F60; border-color:#f60; }

#tags { margin:20px 10px 0 0; float:right;}
#tags h2 { margin-bottom:5px; }
#tags a { font-size:9px; margin:auto 8px auto 0; /*display:block; float:left;*/ color:#666; }

img {vertical-align: middle;}






.works-item { overflow: hidden; width: 300px; /**/ }
.works-img {overflow: hidden; display: block; width: 300px; height: 168px; text-align: center; vertical-align: middle;}
.works-img img { width: 300px; height: 170px; margin: auto; position: relative; top: 50%; margin-top: -84px; display: block; left: 50%; margin-left: -150px; }

.works-item img { -webkit-filter: brightness(0.9);  filter: brightness(0.9);}
.works-item:hover img{-webkit-filter: brightness(1.1); filter: brightness(1.1);}




#news_list{clear:both;line-height:150%; font-size:12px; color:#000;}
#news_list a {display:block; float:left;width:300px; height:21px; margin:2px 5px; font-weight:normal;line-height:1.5em; overflow:hidden;}
#news_list a:nth-child(3n){text-align: right;}

.ellipsis {
  white-space: nowrap; /* 确保文本不换行 */
  overflow: hidden; /* 隐藏超出容器的文本 */
  text-overflow: ellipsis; /* 超出的文本显示为省略号 */
}

#words{font-size:12px; color:#777;}

#friend_link_list{ padding-top: 10px; }


.left-article iframe{width: 100%; height: 550px; margin-bottom: 10px;box-shadow: 0px 2px 10px #333; border-radius: 5px;-webkit-border-radius:5px;}

#work_title{ margin-top: 10px; }



#contact_form {font-size:12px;}
#contact_form .tit1{ line-height:20px;height:20px;color:#fff; padding-right:5px; text-align:right}
#contact_form .left{ color:#808080; margin:0px; padding:5px; }
#contact_form .inp1,#contact_form .inp2{ font-size:12px;overflow:auto;color:#808080;border:1px solid #808080;margin-bottom:10px;width:600px; margin-top:0px; }
#contact_form .ioc1{margin-left:5px;}
#contact_left{float: left; width: 600px}
#contact_right{ float: right;}


#sidebar #contact_info_list{
	margin-top:2em;
	font-size:12px;
}
#sidebar #contact_info_list li a{font-size:12px;}